source/opencvd/calib3d.d(66,37): Error: `srcPoints.ptr` cannot be used in `@safe` code, use `&srcPoints[0]` instead source/opencvd/calib3d.d(67,34): Error: `dstPoints.ptr` cannot be used in `@safe` code, use `&dstPoints[0]` instead source/opencvd/contrib/xfeatures2d.d(72,40): Error: pointer slicing not allowed in safe functions source/opencvd/contrib/xfeatures2d.d(79,40): Error: pointer slicing not allowed in safe functions source/opencvd/contrib/xfeatures2d.d(150,40): Error: pointer slicing not allowed in safe functions source/opencvd/contrib/xfeatures2d.d(157,40): Error: pointer slicing not allowed in safe functions source/opencvd/contrib/ximgproc.d(14,31): Error: `src.ptr` cannot be used in `@safe` code, use `&src[0]` instead source/opencvd/cvcore.d(105,22): Error: safe function `opencvd.cvcore.Vec4fs.opIndex` cannot index pointer `this.vec4fs` source/opencvd/cvcore.d(132,22): Error: safe function `opencvd.cvcore.Vec3fs.opIndex` cannot index pointer `this.vec3fs` source/opencvd/cvcore.d(160,22): Error: safe function `opencvd.cvcore.Vec4is.opIndex` cannot index pointer `this.vec4is` source/opencvd/cvcore.d(187,22): Error: safe function `opencvd.cvcore.Vec3is.opIndex` cannot index pointer `this.vec3is` source/opencvd/cvcore.d(214,22): Error: safe function `opencvd.cvcore.Vec2fs.opIndex` cannot index pointer `this.vec2fs` source/opencvd/cvcore.d(244,22): Error: safe function `opencvd.cvcore.Vec6fs.opIndex` cannot index pointer `this.vec6fs` source/opencvd/cvcore.d(253,23): Error: safe function `opencvd.cvcore.Hierarchy.opIndex` cannot index pointer `this.scalars` source/opencvd/cvcore.d(264,19): Error: safe function `opencvd.cvcore.IntVector.opIndex` cannot index pointer `this.val` source/opencvd/cvcore.d(273,19): Error: safe function `opencvd.cvcore.FloatVector.opIndex` cannot index pointer `this.val` source/opencvd/cvcore.d(282,19): Error: safe function `opencvd.cvcore.DoubleVector.opIndex` cannot index pointer `this.val` source/opencvd/cvcore.d(291,19): Error: safe function `opencvd.cvcore.CharVector.opIndex` cannot index pointer `this.val` source/opencvd/cvcore.d(311,21): Error: safe function `opencvd.cvcore.Rects.opIndex` cannot index pointer `this.rects` source/opencvd/cvcore.d(323,26): Error: pointer slicing not allowed in safe functions /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.